|
mruby 4.0.0
mruby is the lightweight implementation of the Ruby language
|
Hash class. More...
#include <hash.h>

Public Attributes | ||
| MRB_OBJECT_HEADER | ||
| struct iv_tbl * | iv | |
| uint32_t | size | |
| union { | ||
| struct hash_entry * ea | ||
| struct hash_table * ht | ||
| } | hsh | |
Hash class.